﻿/* 修改 Bootstrap 預設值 */

html {
    font-size:87.5%;
}

body {
    font-family: "微軟正黑體", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.table {
}

    .table th {
        text-align:center;
        font-weight:normal;
        color:#005580;
        background-color:#f5f5f5 !important;
    }

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
    background-color: #def5f2;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #ddd;
}

.breadcrumb {
    text-shadow: 0 1px 0 #fff;
    background-color:inherit;
    margin-bottom:0;
}

/* 放大checkbox */
input[type="checkbox"] {
    width:18px;
    height:18px;
}

.form-check-label {
    line-height:25px;
}

    .form-check-label > .form-check-input {
        vertical-align:top;
    }

.page-link {
    min-width:3rem;
    text-align:center;
}
